翻訳と辞書
Words near each other
・ java archive
・ java community process
・ java database connectivity
・ java development kit
・ java message service
・ java native interface
・ java open language toolkit
・ java remote method protocol
・ java run-time environment
・ java servelet
・ java servlet
・ java servlet development kit
・ java virtual machine
・ java vm
・ javabeans
・ javascript
・ javascript object notation
・ javaserver faces
・ javaserver pages
・ jaz


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java servlet : FOLDOC
Java servlet
(By analogy with "applet") A Java program that runs as part of a network service, typically an HTTP server and responds to requests from clients.
The most common use for a servlet is to extend a web server by generating {web content} dynamically. For example, a client may need information from a database; a servlet can be written that receives the request, gets and processes the data as needed by the client and then returns the result to the client.
{Applets} are also written in Java but run inside the JVM of a HTML browser on the client. Servlets and applets allow the server and client to be extended in a modular way by dynamically loading code which communicates with the main program via a standard programming interface.
Servlets are more flexible than CGI scripts and, being written in Java, more portable.
The spelling "servelet" is occasionally seen but {JavaSoft} spe


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.